home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_14943.txt < prev    next >
Text File  |  1990-08-20  |  1KB  |  52 lines

  1. -- card: 14943 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 7511
  5. -- name: Mountain Trail
  6. ----- HyperTalk script -----
  7. on openCard
  8.  
  9.   get short name of recent card
  10.   if it is "Hut of the Medicine Man" then
  11.     global score
  12.     subtract 5 from score
  13.     put score into field "scorebox"
  14.     get field "textarea" of card "Hut of the Medicine Man"
  15.     put it&return&"Mountain Trail" into field "textarea" of card "Hut of the Medicine Man"
  16.   end if
  17.  
  18.   get short name of recent card
  19.   if it is "Jungle" then
  20.     global score
  21.     subtract 5 from score
  22.     put score into field "scorebox"
  23.   end if
  24.  
  25.   pass openCard
  26. end openCard
  27.  
  28.  
  29.  
  30. -- part contents for background part 1
  31. ----- text -----
  32. Mountain Trail
  33.  
  34. -- part contents for background part 16
  35. ----- text -----
  36. About the Mountain Trail
  37. Use your binoculars
  38. Mysterious clouds
  39. Faces all around
  40. Jungle
  41.  
  42. -- part contents for background part 17
  43. ----- text -----
  44. About the Mountain Trail
  45. Use your binoculars
  46. Mysterious clouds
  47. Faces all around
  48. Jungle
  49.  
  50. -- part contents for background part 18
  51. ----- text -----
  52. 5